home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 July / Amiga Games 1996 #7.iso / spiele / publicdomain / warstar / batchs / batch2.bat < prev   
DOS Batch File  |  1980-02-03  |  397b  |  13 lines

  1. ;batch2 - relocates WS2: to ram:
  2. if not exists ram:missions
  3. copy c:copy to ram:
  4. ram:copy c:makedir to ram:
  5. ram:makedir ram:bob_abks
  6. ram:makedir ram:missions
  7. ram:copy ws2:bob_abks/#? to ram:bob_abks
  8. ram:copy ws2:missions/#? to ram:missions
  9. ram:copy ws2:#? to ram:
  10. list ram:          ;forces the removal of WS2 so that it can be
  11. assign ws2: ram:   ;reassigned by this line to the ram drive...
  12. endif
  13.